Welcome![Sign In][Sign Up]
Location:
Search - tree list

Search list

[Tree_Graph

Description: 本工程包含二叉树和图的相关基本操作,源码包括二叉树的前序、中序、后序、层次遍历,求树高和树宽,创建、删除二叉树或某个结点,通过前序和中序序列得后序序列;图的创建(邻接矩阵或邻接表表示),深度优先和广度优先搜索,求关键路径,普里姆算法求最小生成树等,放到Visual C++工作区即可使用。(This project contains the basic operation of the binary tree and the graph. The source code includes the preorder, inorder, postorder, level traversal of the binary tree, tree height and tree width, create and delete binary tree or a node, through the preface and inorder sequence create postorder sequence; graph creation(the adjacency matrix or adjacency list representation), depth-first and breadth-first search, find the critical path, and find the minimum spanning tree based on the Prim algorithm, all of which can be used in the Visual C ++ workspace.)
Platform: | Size: 1800192 | Author: 太阳倘若失眠 | Hits:

[Windows Developshuju5

Description: 一、实验目的 1、进一步掌握指针变量、动态变量的含义。 2、掌握二叉树的结构特性,以及各种存储结构的特点和适用范围。 3、掌握用指针类型描述、访问和处理二叉树的运算。 二、实验内容 1、以二叉链表作存储结构,试编写前序、中序、后序遍历二叉树的算法。(First, the purpose of the experiment 1. Further grasp the meaning of the pointer variable and the dynamic variable. 2. Mastering the structure characteristics of the two forked tree, and the characteristics and application scope of various storage structures. 3, mastering the operation of describing, accessing and processing the two fork tree with pointer type. Two. The content of the experiment 1. Using the two chain list as the storage structure, we try to write the algorithm of traversing the two forked tree in the preorder, the middle order and the post order.)
Platform: | Size: 11264 | Author: 天雷丶祭 | Hits:

[JSP/Javajava数据结构

Description: 压缩包中包含了java链表、树、栈、队列四种数据结构和相关代码,希望有需要的盆友可以看到(The compression package contains the Java list, tree, stack, queue four data structures and related code, hope that the need for the basin friends can see)
Platform: | Size: 51200 | Author: 惜笑 | Hits:

[Windows DevelopkdTree-master

Description: C ++模板化的KD-Tree实现 这是KD-Tree空间数据结构的仅头部实现。 你只需要提供一个 具有已知编译时间“维度”字段的矢量类型和双重getDimension(size_t维度)方法。 目前支持以下操作: - 从点矢量创建 - 在一个点中心的立方体中查找点 - 从树中删除点(但不是从点的内部列表) - 采用任意函数参数的遍历方法 我已经成功地使用它来删除邻居太近的修剪一组点。(C++ templated KD-Tree implementation This is a header only implementation of a KD-Tree spatial data structure. You just need to provide a vector type with a known-at-compile-time "dimension" field, and a double getDimension(size_t dimension) method. Currently the following operations are supported: - Create from vector of points - Find points within cube centered at a point - Delete Point from tree (but not from the internal list of points) - A traversal method taking an arbitrary function parameter I've used it successfully to prune a set of points by removing neighbors that are too close.)
Platform: | Size: 3072 | Author: HJL Kevin | Hits:

[Other01.笨办法学Python 第3版 中文(带书签)

Description: 入门书籍,笨办法学python,本书带书签,是一本很好的入门学习教材.这本书里面有:1. 源于代数的,抽象和组合的思维。2. 命令式的,分治和递归的思维。3. 面向对象的模块化思维。4. 一些应用(游戏,web)其续集(more python)还包括:1. 常见数据结构:链表,哈希,树,以及相关的遍历,排序。2. 更复杂的模型,比如fsm,parser。3. 一些sql的知识。4. 一些应用,比如cli工具。国内大部分编程书,照本宣科,恨不得写成编程语言的文档。又有什么用,读者还是不会用编程语言来表达,思考和解决问题。拥有一些思想,比起文档式的教程,高到不知道哪里去了。(Introductory books, clumsy law python, book with bookmarks, is a good entry learning textbook. This book contains: 1. from algebra, abstract and combined thinking. 2. commanding, dividing, and recursion. 3. object oriented modular thinking. 4., some applications (games, web) more Python also include: 1., common data structures: linked list, Hashi, tree, and related traversal, sorting. 2. more complex models, such as FSM, parser. 3. some knowledge of SQL. 4. some applications, such as cli tools. Most of the domestic programming book, written language would not echo what the books say, document. The reader will not use the programming language to express, think and solve the problem. There are some ideas, rather than a document - style tutorial, so high as not to know where to go.)
Platform: | Size: 893952 | Author: mangooo | Hits:

[Windows Develop通讯录管理器

Description: (1)电话本的分组管理(树形控件) (2)电话本的分组显示,可浏览各个分组的成员名字及电话号码。(列表视图控件) (3)可实现特定分组的人员添加、删除((1) group management of telephone books (tree control) (2) the packet of the telephone book shows the name and telephone number of the members of each group. (list view control) (3) people can add and delete specific groups)
Platform: | Size: 37888 | Author: lwj001 | Hits:

[Other资料汇总

Description: 极客班C++算法原理与实践课件和源码-侯捷 1、算法入门与编程风格 2、链表 3、二分搜索与排序数组 4、二叉树与分治算法 5、栈与队列(Geek class C++ algorithm principle and practice of courseware and source code Hou Jie 1, algorithm introduction and programming style 2, chain list 3 and two points search and sort array 4, two fork tree and divide and conquer algorithm 5, stack and queue)
Platform: | Size: 5499904 | Author: 庶吉士zc | Hits:

[JSP/JavaDS

Description: 链表和树的遍历查找 链表的反转 合并链表 查找单链表中的倒数第K个结点 不允许用长度(Linked list and tree traversal lookup, linked list inversion and merge list lookup. The countdown K node in single chain table is not allowed to use length.)
Platform: | Size: 15360 | Author: 朱双喜 | Hits:

[Other第08章 ALV控件的使用

Description: SAP List Viewer控件,自定义输出字段,在屏幕上建立ALV控件,自定义ALV控件的工具条按钮,处理ALV控件双击事件,通过ALV控件编辑内表和数据库更新,ALV Tree的使用(SAP List Viewer controls, custom output fields, set up ALV controls on the screen, customize the toolbar buttons of ALV controls, handle double click events of ALV controls, edit internal tables and database updates by ALV controls, and use ALV Tree)
Platform: | Size: 376832 | Author: mark_rcw | Hits:

[JSP/Java数据结构书中代码演示

Description: 数据结构书中代码完整演示,包括链表,二叉树,图,查找,排序算法等(A complete demonstration of the code in the data structure book, including linked list, binary tree, graph, search, sorting algorithm, etc.)
Platform: | Size: 82944 | Author: Snail123456 | Hits:

[Documentstree3

Description: 集成了二叉树的基本需求,内含二叉树的循环链表实现的非递归层次遍历和运用链表求树的宽度。(It integrates the basic requirement of two branch tree, which includes the recursive link list implemented by two binary tree, and the width of tree is calculated by linked list.)
Platform: | Size: 1024 | Author: limited | Hits:

[Data structs数据结构典型实验

Description: 此压缩包包含三个典型的数据结构入门实验的代码和使用说明和运行结果。程序注释详尽,说明中程序的要求以及运行结果详细,是进行数据结构学习的初学者不可错过的学习资料。 具体包含:十字链表与矩阵、哈希表、二叉树计算器实验三部分(The compressed package contains three typical data structures, which are introductory experiment code, operation instructions and operation results. The detailed annotation of the program shows that the requirements of the program and the detailed operation result are the learning materials that beginners can't miss to learn data structure. Specifically include: cross linked list and matrix, hash table, two fork tree calculator, experiment three parts)
Platform: | Size: 347136 | Author: BombengCC | Hits:

[Data structsshujujiegousuanfa

Description: 各种最小生成树算法 最短路径算法 邻接矩阵和邻接表的相互转化 求连通分量的算法(Interconversion of various minimum spanning tree algorithm shortest path algorithm adjacency matrix and adjacency list of requirements connected component algorithm)
Platform: | Size: 13312 | Author: 举杯邀月 | Hits:

[Other systems常用ENVI功能扩展工具

Description: airbus_catalog_query-影像数据查询工具 ENVI_Menu_Finder ENVI批处理与代码生成器 EO-1 ALI Calibration EPOC.1242 Frame_Subset_via_Shapefile Google Earth Super-Overlay Tool (GEST) hyperion_tools Landsat8LST-地表温度反演 LIST.TXT MODIS MCD12Q1数据批处理工具 modis_conversion_toolkit NNDiffuse Pan Sharpening (BIL) SPOT-ASTER真彩色合成补丁 wavelet_fusion-融合 决策树自动阈值分类 分区统计工具 图像坏 点修复补丁 图像批量分幅裁剪 大数据量镶嵌补丁 完全约束最小二乘法混合像元分解 小熊工具箱 影像目录管理工具 批量构建栅格图像轮廓线 批量设置忽略值 植被增强工具 直方图匹配工具 遥感图像123阶导数计算工具(Airbus_catalog_query-image data query Tool ENVI_Menu_Finder ENVI batch processing with code generator eo-1 ALI Calibration epoc.1242 Frame_Subset_via_Shapefile Google Earth super-overlay Tool (GEST) hyperion_tools Landsat8LST- surface temperature inversion list.txt MODIS data batch MCD12Q1 tool modis_conversion_toolkit NNDiffuse Pan Sharpening (BIL) SPOT - ASTER true color composite patch wavelet_fusion - automatic threshold fusion decision tree classification partition statistical tools to fix bad point image Mosaic patch batch framing cutting large data quantity fully constrained least squares decomposition of mixed pixels, bear images directory management tool kit Batch construction raster image contour batch setting ignored value vegetation enhancement tool histogram matching tool remote sensing image 123 derivative calculation tool)
Platform: | Size: 26703872 | Author: you123y | Hits:

[ListView/ListBoxVB做的无限级树式展开的ListView 列表

Description: VB做的无限级树式展开的ListView 列表(ListView List of Infinite Tree Expansion Made by VB)
Platform: | Size: 9216 | Author: 晨载 | Hits:

[数据结构实验

Description: 数据结构相关的应用实例,包括哈夫曼树、图、链表、队列的应用实例(Application examples related to data structure, including Huffman tree, graph, linked list and queue.)
Platform: | Size: 138240 | Author: 墨发未改 | Hits:

[Data structs二叉树_17281183_刘梦婷

Description: 按先序遍历的扩展序列建立二叉树的二叉链表存储结构,实现二叉树先序、中序、后序遍历的递归算法,实现二叉树中序遍历的非递归算法,实现二叉树层次遍历的非递归算法,求二叉树的结点个数,求二叉树的深度。(The binary list storage structure of binary tree is established according to the extended sequence of traversal in the first order, the recursive algorithm of traversal in the first order, the middle order and the later order of binary tree is realized, the non recursive algorithm of traversal in the middle order of binary tree is realized, the non recursive algorithm of traversal in the hierarchy of binary tree is realized, the number of nodes of binary tree is calculated, and the depth of binary tree is calculated.)
Platform: | Size: 2170880 | Author: lmt19990807 | Hits:

[Data structs树_17281183_刘梦婷

Description: 建立树的孩子兄弟链表存储结构,求树的深度。 要求: 1)自上而下输入树中每条边(例如#A,AB,AC,BD,##),不要转换成二叉树输入。 2)按树中由根至叶子结点层次遍历顺序(每层中自左至右输入),输入结点序列及每个结点的度,构造孩子兄弟链表。(Establish the storage structure of the tree's child and brother list, and find the depth of the tree. Requirement: 1) Input each edge in the tree from top to bottom (for example, a, AB, AC, BD, b). Do not convert it to binary tree input. 2) According to the traversal order from root to leaf node in the tree (input from left to right in each layer), input the node sequence and the degree of each node, and construct the child brother list.)
Platform: | Size: 1536000 | Author: lmt19990807 | Hits:

[GUI Develop通用Winform模板

Description: 界面生成器 常用的管理系统界面包括: 1.列表-->弹出编辑 2.列表(左/上)-->编辑(右/下) 3.树型-->列表-->弹出编辑 4.树型-->列表(左/上)-->编辑(右/下) ...等多种情况. 本系统使用winform的绑定机制应用以上模板及对应数据表(视图)实现动态代码生成,直接生成模式类,数据类及窗体类(一个或多个).此时,代码可直接编译. 后续需要做的工作就是应用winform开发自带的数据源方法或者devexpress的datalayoutcontrol方法来拖拽对应的控件和展示数据的gridcontrol/treelist来展示数据, 进而实现ui与模型的互动. 此灵感来自于本人制作某体检系统,大量字典类的基础维护界面,用此代码生成器效率大大提高,而且可以代码先行,界面后做,或者分工处理不影响代码编译. 依赖:DevExpress,EntityFramework(DbFirst),AutoMapper,System.Linq.Dynamic(Interface Builder Common management system interfaces include: 1. List > pop up edit 2. List (left / top) -- > Edit (right / bottom) 3. Tree > list > pop up edit 4. Tree > list (left / top) - > Edit (right / bottom) ... etc This system uses WinForm binding mechanism, applies the above template and corresponding data table (view) to realize dynamic code generation, and directly generates schema class, data class and form class (one or more). At this time, the code can be compiled directly)
Platform: | Size: 6150144 | Author: cooltan | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net